-
1 template
"In ASP.NET: A declarative page fragment that is used to provide a visual interface for a templated ASP.NET server control. A template contains presentation elements that include literal text, HTML, and data-binding expressions, as well as declarative syntax elements that represent ASP.NET server controls." -
2 data point
"In the Charts And Graphs template, a control handle on the Line Graph shape that you can drag to change the values in the graph." -
3 report template
"An Excel template (.xlt file) that includes one or more queries or PivotTable reports that are based on external data. When you save a report template, Excel saves the query definition but doesn't store the queried data in the template." -
4 methodology template
"A template that makes it possible to define and encapsulate all of the data regarding a team project. Team Foundation Server uses the methodology information to automatically configure a new team project, including creating the team project Web site." -
5 Business Data Connectivity Model Template
A Visual Studio project template that enables you to create your own.NET Connectivity Assemblies.English-Arabic terms dictionary > Business Data Connectivity Model Template
-
6 form template
"A file or set of files that defines the data structure, appearance, and behavior of a form." -
7 XML template file
An XML file that contains the sample data that is displayed in the fields of a form before a user fills it out. -
8 catalog merge area
"The area in a catalog merge template into which merge fields are inserted. When a merge is completed, data from a data source populates each field, and the catalog merge area will repeat and display multiple records on each page." -
9 Collaborate On
The framework that automatically provisions SharePoint sites that are associated with business data entities. The site template used for a particular business entity type can be configured on the BDC model using business data actions. -
10 repeater control
"A control that developers use to iterate over a small set of data, bind that data to an HTML template, and display it in any repeated UI." -
11 form
A structured document or template with spaces reserved for entering information and often containing special coding (e.g. to trigger data processing). -
12 visual tree
"In Windows Presentation Foundation, the element tree containing all visual elements (elements that derive from the type System.Windows.Media.Visual) used for a piece of the user interface. This tree is the accumulation of all visual elements created directly by the application (whether in code or in markup) and all visual elements created by the template expansion of elements such as controls and data objects." -
13 Marketing Campaign Planning
A template that outlines the various considerations you might need in order to plan a marketing campaign in your organization. Planning a marketing campaign begins with understanding you position in the marketplace and ends with collecting data and analyzing campaign effectiveness.English-Arabic terms dictionary > Marketing Campaign Planning
-
14 catalog merge
The process of combining information from a data source with a template to create pages that display multiple records per page. -
15 IDEF1X
A specification language for describing data structures. Visio includes an IDEF1X template. You can use the IDEF1X entity and relationship shapes to diagram the structure of databases. -
16 engine adapter
"An adapter that performs various core biometric operations: cleanup of sensor data, feature extraction, template generation, matching, and indexing. These functions can either be implemented by software in the engine adapter, or by the engine adapter making use of some piece of processing hardware."
См. также в других словарях:
Data transformation — Data transformation/Source transformation Concepts metadata · data mapping data transformation · model transf … Wikipedia
Template metaprogramming — is a metaprogramming technique in which templates are used by a compiler to generate temporary source code, which is merged by the compiler with the rest of the source code and then compiled. The output of these templates include compile time… … Wikipedia
Template — may mean:*a stencil, pattern or overlay used in graphic arts (drawing, painting, etc) and sewing to replicate letters, shapes or designs *a pre developed page layout in electronic or paper media used to create new pages from the same design,… … Wikipedia
Data Protection API — (DPAPI) криптографический интерфейс программирования приложений в ОС семейства Windows, обеспечивающий защиту (конфиденциальность) данных путём их шифрования. Архитектура DPAPI включает в себя функции: шифрования и расшифровки данных, а также… … Википедия
Template Haskell — is an experimental language extension to the programming language Haskell implemented in the Glasgow Haskell Compiler (version 6 and later).In early incarnations it was also known as Template Meta Haskell.It allows compile time metaprogramming… … Wikipedia
Data sharing — is the practice of making data used for scholarly research available to other investigators. Replication has a long history in science. The motto of The Royal Society is Nullius in verba , translated Take no man s word for it. [1] Many funding… … Wikipedia
Data mapping — Data transformation/Source transformation Concepts metadata · data mapping data transformation · model transf … Wikipedia
Template processor — A template processor (also known as a template engine or a template parser )is software or a software component that is designed to combine one or more templates with a data model to produceone or more result documents.cite book last = Niemeyer… … Wikipedia
Template (programming) — Templates are a feature of the C++ programming language that allow functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one. Templates are of… … Wikipedia
Template engine (web) — A (web) template engine is software that is designed to process web templates and content information to produce output web documents. It runs in the context of a template system.pecific types of template engines Template engine is ordinarily… … Wikipedia
Template method pattern — [ LePUS3 ( [http://lepus.org.uk/ref/legend/legend.xml legend] ) ] In software engineering, the template method pattern is a design pattern.It is a so called behavioral pattern, and is unrelated to C++ templates.IntroductionIn a template pattern,… … Wikipedia